home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Applications / Text / Text Editors / Alpha 5.31 Folder / README < prev   
Encoding:
Text File  |  1993-02-13  |  1.8 KB  |  55 lines  |  [TEXT/ALFA]

  1.  
  2. NOTES - 
  3.     
  4.     o New Alpha features.
  5.     o David Black's 'electricAlias' package. Read the help file (from the 
  6.       Help menu) and check it out! 
  7.     o An improved LaTeX mode, although an even better version should be on 
  8.       the way soon (Right, Tom?).  
  9.     o Bug fixes.
  10.  
  11. Remember, if you want to use anything other than the US KCHR resource 
  12. (si vous voulez ecrire en francais, par exemple), change the line:
  13.  
  14.  init 0 2
  15.  
  16. of AlphaBits.tcl to
  17.  
  18.  init1 2
  19.  
  20. and restart. Alpha will now use your native KCHR, but the key binding labels
  21. (such as F1 etc.) may not work, and option-e etc. are now "dead keys". 
  22.  
  23. By default, the option key is used as a META key, duplicating escape 
  24. key sequences. To use the option key to create option characacter 
  25. combinations, change the line:
  26.  
  27.  set optionIsMeta 1
  28.  
  29. to:
  30.  
  31.  set optionIsMeta 0
  32.  
  33. See the Changes file for a list of changes and additions. Look in the 
  34. Help menu for information on David's 'electricAlias' package, activate 
  35. through the "Misc" menu. Send me mail if you questions on anything, and 
  36. on my next Designated Alpha Night I may get back to you...
  37.  
  38.  
  39. ===========================================================================
  40. = A word on installation...
  41. ===========================================================================
  42.  
  43. Tcl was originally written for unix-like systems. These systems typically 
  44. do not have many special characters in their file names. Initially, tcl 
  45. refused to work even w/ pathnames that contain spaces. The Tcl source 
  46. itself works fine w/ these names, but tcl scripts have to be careful in 
  47. how the names are manipulated. This problem gets even worse if the 
  48. filename contains square brackets ('[' and ']'). I've fixed all the 
  49. scripts that I've found choke on pathnames w/ spaces, but many of them 
  50. still don't work w/ square brackets.
  51.  
  52.  
  53.  
  54. pete
  55.